Binder

interface Binder<T>

This interface works with the UICoordinator. Implementations of this class representation are responsible for transitioning a view(s) into the ViewGroup. They are also responsible for deciding what components should be part of the view.

Functions

bind
Link copied to clipboard
abstract fun bind(viewGroup: T): MapboxNavigationObserver
Triggered when this view binder instance is attached.
equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Inheritors

UIBinder
Link copied to clipboard